@charset "utf-8";
/*
Theme Name: 智能系统
Theme URI: https://aiwangxue.com/
Description: WP模板阁开发主题，更多主题请访问：<a href="https://aiwangxue.com/" target="_blank">WP模板阁</a>，获得技术支持QQ：1730401718
Author: WP模板阁
Author URI: https://aiwangxue.com/
Version: 1.5
Tags: Wordpress,Wordpress主题,网站主题,WP模板阁
Time: 
*/

/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:4px;
height:4px
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
border-radius:0;
background:rgba(0,0,0,0.1)
}
::-webkit-scrollbar-thumb {
border-radius:5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.2)
}
::-webkit-scrollbar-thumb:hover {
border-radius:5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.4)
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 45px 0 38px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
}
.pglist a {
	color: #333;
	padding: 0 10px;
	margin: 0 5px;
font-/weight: bold;
	background: #fff;
	border: 1px solid #d5d5d5;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 28px;
	height: 28px;
	padding-bottom: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #008fcd;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #008fcd;
}
/*返回首页*/
#tip {
	padding-top: 30px;
}
#tip b {
	color: #008fcd;
	font-weight: bold;
}
/* 评论 */
.c-proBox h3 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	background: #008fcd;
	color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
}
.c-comment li {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #ddd;
	background: #ffffff;
}
.c-comment li p {
	padding: 15px 0;
	border-top: 1px dashed #ddd;
}
.c-comment li p span {
	float: right;
}
.c-comment li p.on {
	border-top: 0;
}
.c-comment li p.admin {
	color: #008fcd;
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #008fcd;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #00a83c;
}
/* 留言 */
.c-book ul li {
	position: relative;
	margin-top: 10px;
}
.c-book ul li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	font-style: normal;
}
.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 6px;
	border: 1px solid #ddd;
	font-family: 'Microsoft Yahei';
	box-shadow: 0px 0px 5px #e3e3e3 inset;
}
.c-book ul li textarea:hover, .c-book ul li input:hover, .c-book ul li select:hover, .c-book ul li textarea:focus, .c-book ul li input:focus, .c-book ul li select:focus {
	border-color: #008fcd;
	box-shadow: 0px 0px 5px #008fcd inset;
}
.c-book ul li textarea {
	width: 360px;
	height: 150px;
	overflow-y: hidden;
}
.c-book ul li img {
	position: absolute;
	cursor: pointer;
	top: 4px;
	margin-left: 5px;
}
.c-book ul li.bnt {
	margin-left: 150px;
}
.c-book ul li.bnt input {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	width: 120px;
	margin-left: 10px;
	border-color: #008fcd;
	background: #008fcd;
	color: #ffffff;
	box-shadow: none;
}
.c-book ul li.bnt input:hover {
	border-color: #00a83c;
	background: #00a83c;
	box-shadow: none;
}
.c-cb, .c-cbli li {
	zoom: 1;
}
/*---------------banner-----------------*/
.banner1 {
	width: 100%;
	height: 485px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner2 {
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/* 幻灯切换 */
.banner1 .slideBox {
	display: block;
	width: 1600px;
	height: 485px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}
.banner1 .slideBox .bd img {
	display: block;
	margin: 0 auto;
	height: 485px;
}
.banner1 .slideBox .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 58%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(static/images/next_bg_09.png) no-repeat left center;
	background-position: 0 0;
}
.banner1 .slideBox .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 58%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(static/images/next_bg_09.png) no-repeat left center;
	background-position: right center;
}
.banner1 .slideBox .hd {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 13px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.banner1 .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
}
.banner1 .slideBox .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.banner1 .slideBox .hd ul li.on {
	background: #008fcd;
}
/* 幻灯切换 */
.banner2 .slideBox2 {
	display: block;
	width: 1600px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}
.banner2 .slideBox2 .bd img {
	display: block;
	margin: 0 auto;
	height: 260px;
}
.banner2 .slideBox2 .prev {
	display: none;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -595px;
	top: 64%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(static/images/next_bg_09.png) no-repeat left center;
	background-position: 0 0;
}
.banner2 .slideBox2 .next {
	display: none;
	position: absolute;
	padding: 0;
	right: 50%;
	margin-right: -595px;
	top: 64%;
	margin-top: -73px;
	width: 38px;
	height: 73px;
	background: url(static/images/next_bg_09.png) no-repeat left center;
	background-position: right center;
}
.banner2 .slideBox2 .hd {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 13px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.banner2 .slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
}
.banner2 .slideBox2 .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.banner2 .slideBox2 .hd ul li.on {
	background: #008fcd;
}
/* 下拉菜单 */
.common-nav2 {
	display: none;
	position: absolute;
	z-index: 9999;
	text-align: center;
	top: 30px;
	right: -10px;
	padding-top: 10px;
	width: 110px;
}
.common-nav2_in {
	background: #008fcd;
	width: 100%;
}
.common-nav2 div {
	font-size: 12px!important;
	text-align: center;
	border-bottom: 1px dashed #007db3;
}
.common-nav2 div:last-child {
	font-size: 12px!important;
	text-align: center;
	border-bottom: 0;
}
.common-nav2 i {
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #008fcd;
}
.common-nav2 div a {
	font-size: 12px!important;
	display: block!important;
	line-height: 35px;
	text-align: center;
	margin: 0!important;
	padding-bottom: 0!important;
	color: #fff!important;
}
.common-nav2 div a:hover {
	background: #00a83c!important;
	color: #fff!important;
}
.common-nav2 div a:after {
	display: none;
}

/* 浮动与清除 */
.fleft {float: left;}
.fright {float: right;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;font-size: 0;visibility: hidden;}
.clearfix {*zoom:1;}
img{max-width:100%;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}


		
.topnav>li{float:left;font-size: 15px;color: #282828;margin-left: 28px;position:relative;}
.topnav>li:hover,.topnav>li.current-menu-item{border-bottom:1px solid #d82019;}
.topnav li.menu-item-has-children .sub-menu{ display:none; left:0; top:35px;  position:absolute; left:-20px;background:#fff;  line-height:26px; width: calc(100% + 40px);z-index:999; }
.topnav li.menu-item-has-children .sub-menu li{ float:none !important;zoom:1;  }
.topnav li.menu-item-has-children .sub-menu li a{ display:block; padding:10px; margin:0;color:#666;border-bottom:1px solid #eee;text-align:center;}
.topnav li.menu-item-has-children .sub-menu li:hover a{ background:#0b50a2;color:#fff; }




/*文章页*/
.con_main_all{line-height:2.8em;}
.con_main_all img {display:block;	max-width:100%;	height:auto;margin:10px auto;}
.con_main_all video{display:block;	max-width:100%;	height:auto;}

/* 分页*/
.pagination{height:40px;text-align:center;margin-top: 20px;}
.pagination .current, .pagination a{padding:3px 8px;border:1px solid #c0c8ce;border-radius: 3px;margin-right:10px;font-size:14px;text-decoration:none;}body{display:block !important;}
.pagination a:hover,.pagination .current{color:#6e7275;background:#FFF;}
.pagination a{background:#c0c8ce;color:#FFF;}